home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / valid_exec < prev    next >
Text File  |  2001-04-06  |  557b  |  16 lines

  1. SYNOPSIS
  2.         int valid_exec(string name, object ob, object obfrom)
  3.  
  4. DESCRIPTION
  5.         Validate the rebinding of an IP connection by usage of efun
  6.         exec(). Arguments are the <name> of the _program_ attempting
  7.         to rebind the connection, the object <ob> to receive the
  8.         connection, and the object <obfrom> giving the connection.
  9.         Note that the program name is not the file_name() of the
  10.         object, and has no leading slash.
  11.  
  12.         Return 0 to disallow the action, any other value to allow it.
  13.  
  14. SEE ALSO
  15.         exec(E)
  16.